.index-top:before {
	content: " ";
    	position: absolute;
    	height: 50px;
    	border-left: 1.5px solid #fafafa;
    	left: 290px;
    	top: 40px;
}
.index-top:after {
	content: " ";
    	position: absolute;
    	height: 50px;
   	border-left: 1.5px solid #fafafa;
    	right: 230px;
    	top: 40px;
}
.index-top {
	width: 100%;
	height: 108px;
	/* position: fixed;
    top: 0;
    left: calc(50% - 31.25rem); */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	background-image: url(/2021/imgs/index/index-top-bg.png);
	background-size: cover;
	background-position: center;
	position: relative;
}

.index-top .web-logo {
	position: absolute;
	width: 240px;
	left: 20px;
	bottom: 22px;
}

.index-top .web-email {
	position: absolute;
	top: 4px;
	right: 17px;
	width: 210px;
	height: 20px;
}

.index-top .web-email img {
	width: 17px;
	line-height: 20px;
	margin-right: 8px;
}

.index-top .web-email span {
	width: 180px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 20px;
	position:absolute;
	top:0;
	bottom:0;
}

.index-top .date-weather {
	width: 12rem;
	position: absolute;
	top: 32px;
	right: 27px;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-top .web-notify {
	position: absolute;
	top: 50px;
	left: 312px;
	font-size: 16px;
	display: flex;
}

.web-notify .label {
	color: #d80101;
}

.web-notify .notify-content {
	display: inline-block;
	max-width: 240px;
	color: #454545;
	overflow: hidden;
}

.index-top .search-area {
	width: 266px;
	height: 35px;
	position: absolute;
	left: 680px;
	top: 44px;
	border-radius: 5px;
}

.search-area input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #b0b7bc;
	outline: none;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 30px;
	color: #b0b7bc;
	font-size: 12px;
}

.search-area .search-btn {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
	background-image: url(/2021/imgs/search/search-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.search-area input::-webkit-input-placeholder {
	color: #b0b7bc;
}

.weather {
	color: #3489cb;
	font-size: 15px;
}

.date-weather .date-time {
	font-size: 15px;
	color: #222222;
}

/* 导航 */
.nav-menu {
	width: 100%;
	height: 58px;
	background-color: #008be9;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.nav-menu .menu-item {
	width: 100px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: white;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}

.nav-menu .menu-item:hover {
	background-color: #f2bc00;
}

.nav-menu .nav-child {
	width: 100px;
	position: absolute;
	background: #008be9;
	display: none;
	z-index: 99999999;
}

.nav-child .child-item {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	cursor: pointer;
}

.nav-child .child-item:hover {
	color: #f2bc00;
}

.nav-menu .menu-item:hover>.nav-child {
	display: block;
}

.menu-more {
	background-image: url(/2021/imgs/menu-more.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 17px 10px;
}
#he-plugin-simple{
	z-index: 9999999;
}
